# South German Federation

#########################################################################
#  Partial Unification of Germany
#########################################################################
event = { 
	id = 3200
	random = no
	country = SGF
	
	trigger = {
		exists = GER
	}
	
	name = "EVT_1512_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1849 }
	offset = 30
	deathdate = { day = 30 month = december year = 1920 }
	
	action_a = {
		name = "ACTIONNAME3200A" # Propose Unification with Austria
		command = { type = trigger which = 1512 } # AUS
	}
	action_b = {
		name = "ACTIONNAME3200B" # No political bonds with Austria
		command = { type = prestige value = -200 }
	}
}

#########################################################################
#  Saxony joins the South German Union
#########################################################################
event = { 
	id = 3201
	random = no
	country = SGF
	
	# Triggered by SAX 4708
	
	name = "EVT_3201_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	action_a = {
		name = "GREAT"
		command = { type = inherit which = SAX }
	}
}
#########################################################################
#  Weimar joins the South German Union
#########################################################################
event = { 
	id = 3202
	random = no
	country = SGF
	
	# Triggered by WEI 18408
	
	name = "EVT_3202_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	action_a = {
		name = "GREAT"
		command = { type = inherit which = WEI }
	}
}
#########################################################################
#  Wrttemberg joins the South German Union
#########################################################################
event = { 
	id = 3203
	random = no
	country = SGF
	
	# Triggered by WUR 4908
	
	name = "EVT_3203_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	action_a = {
		name = "GREAT"
		command = { type = inherit which = WUR }
	}
}

#########################################################################
#  Baden joins the South German Union
#########################################################################
event = { 
	id = 3204
	random = no
	country = SGF
	
	# Triggered by BAD 3308
	
	name = "EVT_3204_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	action_a = {
		name = "GREAT"
		command = { type = inherit which = BAD }
	}
}


#########################################################################
#  Coburg-Gotha joins the South German Union
#########################################################################
event = { 
	id = 3205
	random = no
	country = SGF
	
	# Triggered by COB 5008
	
	name = "EVT_3205_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	action_a = {
		name = "GREAT"
		command = { type = inherit which = COB }
	}
}
#########################################################################
#  Meiningen joins the South German Union
#########################################################################
event = { 
	id = 3206
	random = no
	country = SGF
	
	# Triggered by MEI 18508
	
	name = "EVT_3206_NAME"
	desc = "EVT_1512_DESC"
	style = 0
	
	action_a = {
		name = "GREAT"
		command = { type = inherit which = MEI }
	}
}


#########################################################################
#  Three Hurrays for the German Empire
#########################################################################
event = {
	id = 3207
	random = no
	country = SGF

	trigger = {
		OR = {
		event = 4632 # PRU (now GER)
		event = 4641
		}
		event = 4621 # PRU
		event = 1516 # AUS
		exists = GER
		NOT = { war = { country = GER  country = SGF } }
	}

	name = "EVT_4632_NAME"
	desc = "EVT_3309_DESC"
	style = 0

	date = { day = 15 month = june year = 1850 }
	offset = 15
	deathdate = { day = 30 month = august year = 1920 }

	action_a = {
		name = "ACCEPT_END" # Accept (Game Over)
		command = { type = pop_militancy which = liberal value = 2 }
		command = { type = surrender which = GER }
	}
	action_b = {
		name = "DECLINE" # Refuse
		command = { type = prestige value = 25 }
		command = { type = relation which = GER value = -75 }
		command = { type = relation which = AUS value = 75 }
		command = { type = relation which = FRA value = 75 }
	}
}
